Welcome![Sign In][Sign Up]
Location:
Search - QT p

Search list

[Other resource用于FS2410的Qt嵌入式图形开发实战篇

Description: t嵌入式图形开发实战篇 嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可靠的运行,这样一个开发过程才宣告结束。 介绍如何在一台装有Linux操作系统的机器上建立Qt/Embedded开发环境。 并教初学者认识Qt/Embedded 开发环境。-t embedded graphics development PART real embedded applications development work is basically in the workstation or PC End 10% of our work on the machine running debug embedded applications, results showed that output will be in a small simulation equipment display terminal on the simulator. Late in the development, we need to according to our choice of embedded hardware platforms, embedded applications will be compiled into a suitable link in the hardware platform running on the binary object code, As the application to use the Qt / Embedded libraries, So we need to Qt / Embedded for compiling the source code for the link as the hardware platform so the binary object code library. When a Qt / Embedded applications are deployed in small devices, and reliable operation, such a development p
Platform: | Size: 867511 | Author: 高颖峰 | Hits:

[ARM-PowerPC-ColdFire-MIPS《Linux下Qt编程入门》

Description:

想学习嵌入式QT开发吗?想成为一个嵌入式GUI开发人员吗?那这本书就是引领你走向QT世界的领路者。


Platform: | Size: 933418 | Author: afeideweixiao | Hits:

[Other鸟哥的私房菜

Description:

关于linux的经典入门教程,相当详细


Platform: | Size: 9452245 | Author: lichui | Hits:

[Program docQT中文版

Description:

嘒彼小星的笔记

http://blog.csdn.net/iamdbl/

 

 

1.1Hello Qt开始  

 

差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本。

1 #include <QApplication>
2 #include <QLabel>
3 int main(int argc, char *argv[])
4 {
5     QApplication app(argc, argv);
6     QLabel *label = new QLabel("Hello Qt!");
7     label->show();
8     return app.exec();
9 }

 


Platform: | Size: 1396219 | Author: liruixin0202 | Hits:

[GIS programQuartTreeNode

Description: qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the constitutive pieces of the use, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Platform: | Size: 3072 | Author: zww | Hits:

[Other Embeded program用于FS2410的Qt嵌入式图形开发实战篇

Description: t嵌入式图形开发实战篇 嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可靠的运行,这样一个开发过程才宣告结束。 介绍如何在一台装有Linux操作系统的机器上建立Qt/Embedded开发环境。 并教初学者认识Qt/Embedded 开发环境。-t embedded graphics development PART real embedded applications development work is basically in the workstation or PC End 10% of our work on the machine running debug embedded applications, results showed that output will be in a small simulation equipment display terminal on the simulator. Late in the development, we need to according to our choice of embedded hardware platforms, embedded applications will be compiled into a suitable link in the hardware platform running on the binary object code, As the application to use the Qt/Embedded libraries, So we need to Qt/Embedded for compiling the source code for the link as the hardware platform so the binary object code library. When a Qt/Embedded applications are deployed in small devices, and reliable operation, such a development p
Platform: | Size: 867328 | Author: 高颖峰 | Hits:

[Linux-UnixRapid_GUI_Programming

Description: 《用Python和Qt进行快速GUI编程》英文PDF + 源码
Platform: | Size: 5492736 | Author: maybemay | Hits:

[Picture Viewerpda.tar

Description: QT做的PDA人机界面, QT做的PDA人机界面,-QT the PDA to do man-machine interface, QT do PDA man-machine interface, QT to do human-machine interface of the PDA,
Platform: | Size: 906240 | Author: wang | Hits:

[ICQ-IM-Chatchat

Description: 基于Qt4的网络聊天程序,Qt4的类库实现,Qt可实现跨平台,一次编写到处编译。-The Chat Program,which is based on the Qt4 Class Library.
Platform: | Size: 97280 | Author: RoyNee | Hits:

[Otherqt-4.3-whitepaper-cn.pdf.tar

Description: QT中文白皮书,简单讲解了各个模块的用法,适合各个QT初学者-QT Chinese white paper, I will briefly mention the use of various modules, suitable for beginners all QT
Platform: | Size: 1743872 | Author: 欧阳 | Hits:

[Graph programANewMethodofHybridModelingBasedonMultipleRangeImag

Description: 为了快速精确地对一个实体进行的三维重建, 提出了一种新的混合建模方法. 该方法利用同一实体在不同视 点下的多幅深度图像, 根据它们之间颜色和纹理的相关性, 通过逆投影变换, 可将图像中象素点映射到三维空间中的正 确位置. 然后再经模型重建和重投影, 可获取实体在任意视点下的图像. 实验结果表明, 这种建模方法具有复杂度恒定、 获取图像真实感强等优点, 适用于形状、 结构复杂的物体的重建.-: In o rder to reconst ruct th ree di mensi on model of an object, a new method of hybr id modeling is p resented . Th is method use mut i p le range i mage of different viewpo int, acco rding to the co lo r and texture, the p ixel po int can be mapped to co r rect po sit i on in th ree di mensi on space by the backp ro ject t ransfo rmat i on. Then the i mage can be go t in any viewpo int by modeling reconst ruct i on and rep ro ject i on. Exper i ments has p roved that th is method can acquire h igh realist ic i mage and has stat ic comp lexit i on. It can be used to reconst ruct some objects w ith comp licated shape and topo logies
Platform: | Size: 129024 | Author: christine | Hits:

[Embeded LinuxPda-Qt

Description: PDA 界面这个一个简单的PDA开发界面,包含一些功能按钮。经过QT/E 4.5.3编译可以运行。-pda interface
Platform: | Size: 8457216 | Author: 王先生 | Hits:

[OtherQT

Description: 一个QT的PPT教程,简单易学,是QT入门非常好的资料。-A QT-PPT tutorials, easy to learn, is a very good entry-QT data.
Platform: | Size: 409600 | Author: jiang wei | Hits:

[OtherQT4_ch_book

Description: QT4中文手册从Helloworld经典程序带领你从入门到精通QT.压缩包里是一个PDF文档-QT4 Chinese Manual classic program from a Helloworld lead you from entry to the master QT. Compressed bundle is a PDF document
Platform: | Size: 3595264 | Author: free | Hits:

[P2PP2P_QQ

Description: 用QT写的P2P的QQ。可以实现简单的P2PQQ通讯。在windows下写的。用的QT4+creator-qt+creator p2p qq sfotware
Platform: | Size: 5167104 | Author: 周远彬 | Hits:

[OtherC-P-P-GUI-Programming-Qt4-Chinese-

Description: C++GUI+Programming+with+Qt+4+中文版(第一章至第十章).doc-C+++ GUI+ Programming+ with+ Qt+4+ Chinese (the first chapter to chapter X). Doc
Platform: | Size: 1624064 | Author: 杨乾隆 | Hits:

[Linux-UnixC-P-P-GUI-Qt-4-Programming-

Description: 个人感觉是目前市场上比较详细介绍QT的教材,适合初学者自学。-Personal feeling is that a more detailed introduction on the market QT materials, suitable for beginners learning.
Platform: | Size: 21971968 | Author: 王飞 | Hits:

[Linux-UnixC-P-P-GUI-Programming-with-Qt-4

Description: c++开发qt界面的书籍,适用于开发qt界面-c++ books, development qt interface for developers qt interface
Platform: | Size: 1554432 | Author: 林浩 | Hits:

[Otherlearning-Qt-P-4-Programming

Description: 第1 章走近Qt 第2 章Qt 的安装与配置 第3 章Qt 编程基础 第4 章Qt 4 集成开发环境 第5 章使用Qt4 基本GUI 工具 第6 章Qt 4 程序开发方法和流程 第7 章对话框 第8 章主窗口 第9 章Qt 样式表与应用程序观感 第10 章在程序中使用.ui 文件 第11 章布局管理 第12 章使用Qt Creator 第13 章Qt 核心机制与原理-Chapter 1 approached Qt Chapter 2 Installation and configuration of Qt Chapter 3 Qt Programming Basics Chapter 4 Qt 4 Integrated Development Environment Chapter 5 Using the basic Qt4 GUI tool Chapter 6 Qt 4 application development methods and processes Chapter 7 Dialog Chapter 8 of the main window Chapter 9 Qt Style Sheets with the application look and feel Chapter 10. Using .ui file in the program Chapter 11 layout manager Chapter 12 using Qt Creator Chapter 13 Qt core mechanism and principle
Platform: | Size: 8100864 | Author: liu | Hits:

[OtherLinuxQt4-P-MySQL

Description: 这是一本介绍Qt4下使用sqlite数据库的书籍!-this is a book for the sqlite in Qt !
Platform: | Size: 2763776 | Author: 张双宝 | Hits:
« 12 »

CodeBus www.codebus.net